Login     Sign up
where can i download jcow 5?
weh team (@friendsunity)
Join date: Apr 18th 2010
Community posts: 67
View Profile
Send Message

i just purshed now. but i did not see any thing in my client area. after the purshed what i have to do? please tell me. thank you

161 months ago
Vincent T (@vincent)
Join date: Jun 18th 2010
Community posts: 298
View Profile
Send Message

Please try it now.

161 months ago
1
weh team (@friendsunity)
Join date: Apr 18th 2010
Community posts: 67
View Profile
Send Message

yeah man. i got it thxx ya.

161 months ago
weh team (@friendsunity)
Join date: Apr 18th 2010
Community posts: 67
View Profile
Send Message

i got some error. please check it my site . now please www.aroundtamil.com

161 months ago
paul (@paul)
Join date: Mar 15th 2010
Community posts: 122
View Profile
Send Message

Excute the following SQL queries:

CREATE TABLE IF NOT EXISTS jcow_footer_pages (
id int(11) NOT NULL auto_increment,
name varchar(255) NOT NULL,
link_name varchar(255) NOT NULL,
content text NOT NULL,
weight int(11) NOT NULL,
PRIMARY KEY (id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

161 months ago
weh team (@friendsunity)
Join date: Apr 18th 2010
Community posts: 67
View Profile
Send Message

im sorry admin. really i dnt now how to do it. please teach me. plzz

161 months ago
paul (@paul)
Join date: Mar 15th 2010
Community posts: 122
View Profile
Send Message

You can use any database tool like phpmyadmin to do this.
(select the database, and click the "SQL" tab)

161 months ago
weh team (@friendsunity)
Join date: Apr 18th 2010
Community posts: 67
View Profile
Send Message

when i did , i got this msg .is it ok now? 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'jcow_footer_pages' at line 1
Bookmark jcow_footer_pages created

or what i have to do?plz tell me

161 months ago
paul (@paul)
Join date: Mar 15th 2010
Community posts: 122
View Profile
Send Message

try this:

CREATE TABLE IF NOT EXISTS jcow_footer_pages (
id int(11) NOT NULL auto_increment,
name varchar(255) NOT NULL,
link_name varchar(255) NOT NULL,
content text NOT NULL,
weight int(11) NOT NULL,
PRIMARY KEY (id)
);

161 months ago
weh team (@friendsunity)
Join date: Apr 18th 2010
Community posts: 67
View Profile
Send Message

omg. i did not get it jet now. where i have to put this one ?
idint(11) NOT NULL auto_increment, namevarchar(255) NOT NULL, link_namevarchar(255) NOT NULL, contenttext NOT NULL, weightint(11) NOT NULL, PRIMARY KEY (id

plz replay me

161 months ago
paul (@paul)
Join date: Mar 15th 2010
Community posts: 122
View Profile
Send Message

If you are using phpmyadmin, select the database, and click the "SQL" tab.

161 months ago
weh team (@friendsunity)
Join date: Apr 18th 2010
Community posts: 67
View Profile
Send Message

yeah i did .

161 months ago
1 2 Next